CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux 管道

搜索资源列表

  1. Linux-program-design

    0下载:
  2. Linux 系统程序设计基础,进程,信号量,管道通信。-Linux system program design basis, process, the magnitude of the signal, communication pipeline.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:756914
    • 提供者:刘书明
  1. pipe

    0下载:
  2. linux管道监视系统,能够同时监视5个管道-linux pipeline monitoring system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:2578
    • 提供者:hikari
  1. pipeviewer

    0下载:
  2. linux下管道监视程序: 使用C语言编写的Linux管道监视程序,产生3个管道并监视管道中的内容,可以扩张到多个管道。-pipeline monitoring program under linux: use the C language for Linux pipeline monitoring program, resulting in three channels and monitor the contents of the pipeline, the pipeline can b
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:578
    • 提供者:张亮
  1. linux

    0下载:
  2. linux下的管道通信,用c语言编写完成,可实现父进程向子进程读入或读出字符-Under the Linux pipeline communication ( C language)
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-07
    • 文件大小:123076
    • 提供者:zhangjiarui
  1. Linux-Gcc_Process-Pipe

    0下载:
  2. Linux下进程通信-有名管道和无名管道编程-Linux Process Programing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:2942
    • 提供者:fengqinghua
  1. linux

    0下载:
  2. linux系统编程的相关示例,包括文件,进程,管道,shell,信号量等相关实例程序,对linux系统编程入门有一定帮助-Linux System Programming example, the instance of the program, including file, process, piping, shell, and semaphores Introduction to linux system programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:14022
    • 提供者:刘超
  1. Linux-learning

    0下载:
  2. 初学Linux的路线图. .tgz、.rpm等软件包,Grub/Lilo引导器,vi,gcc,gdb等常用编辑器,编译器,调试器,shell别名、管道、I/O重定向、输入和输出以及shell脚本编程。 -route for linux learning
  3. 所属分类:software engineering

    • 发布日期:2017-11-15
    • 文件大小:393612
    • 提供者:yyaaa
  1. Linux-A-named-pipe-experiment

    0下载:
  2. 在Linux环境下用C语言编程,编程的主要内容是:命名管道的实验。包括:研究mkfifo命令,在当前目录下创建一个myfifo的命名管道 用mkfifo()函数实现相同的功能 编写一个服务器程序server.c,实现从管道myfifo中读取内容,并在终端中显示出来。打开一个命令行终端,运行server,然后打开另一个命令行终端,使用“cp 文件1 myfifo”命令把文件1的内容输出到myfifo,测试server.c的功能 编写客户机程序,实现把指定文件输出到myfifo的功能,从
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-06
    • 文件大小:8792
    • 提供者:weiwei
  1. ipc

    0下载:
  2. linux管道和信号量等进程通信机制的基础源代码。-the pipe and fifo code for linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-11
    • 文件大小:3992
    • 提供者:maoyuan li
  1. LINUX

    0下载:
  2. 关于linux的有名和无名管道,以及共享内存的源代码 ,-IPC pipe
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:31446
    • 提供者:刘杰
  1. pipe-demo

    0下载:
  2. linux管道通信,命名管道怎么做到进程间通信的-linux pipe commnuication,how to ipc using named pipe
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4195
    • 提供者:张先发
  1. fork

    0下载:
  2. Linux管道通信功能函数,展示linux环境下管道如何在两个进程间建立连接并通信的。推荐在linux环境下编译运行-Pipe communicate between two pid in Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:735
    • 提供者:kean
  1. pipe

    0下载:
  2. Linux管道通信源码,适合初学者学习,开发参考-Linux pipeline communication source code, suitable for beginners learning, development of reference
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:10901
    • 提供者:莫非
  1. linux

    0下载:
  2. 该资料主要讲述Linux内容。如:线程,进程,管道等。-The information focuses on Linux content. Such as: threads, processes, pipelines.
  3. 所属分类:software engineering

    • 发布日期:2017-06-16
    • 文件大小:24130147
    • 提供者:Jian
  1. linux

    0下载:
  2. linux实验报告,描述管道创建信号量机制,建立理发类的作用就是要在主函数中显得更简洁明了,不至于觉得繁琐。使用更方便,也方便改动程序。-linux
  3. 所属分类:File Formats

    • 发布日期:2017-05-03
    • 文件大小:533763
    • 提供者:wu
  1. Linux-web

    0下载:
  2. 清华大学嵌入式实验程序fork/vfork程序验证区别;管道命令程序;TCP/IP网络通信程序;makefile文件的编写。-fork/vfork program to verify the difference written in the makefile pipeline command program TCP/IP network communication program.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:11657
    • 提供者:邹旭东
  1. 命名管道:FIFO

    0下载:
  2. 命名管道也被称为FIFO文件,它是一种特殊类型的文件,它在文件系统中以文件名的形式存在,但是它的行为却和之前所讲的没有名字的管道(匿名管道)类似。 由于Linux中所有的事物都可被视为文件,所以对命名管道的使用也就变得与文件操作非常的统一,也使它的使用非常方便,同时我们也可以像平常的文件名一样在命令中使用。(A named pipe is also known as the FIFO file, it is a special type of document and its file n
  3. 所属分类:Linux/Unix编程

  1. LinuxC

    0下载:
  2. linux下的c语言开发(网络编程) 02)linux下的c语言开发(线程互斥) 03)linux下的c语言开发(线程等待) 04)linux下的c语言开发(多线程编程) 05)linux下的c语言开发(管道通信) 06)linux下的c语言开发(信号处理) 等等课程(Linux under the C language development (network programming) (thread mutex) (thread waiting)multi-threaded pr
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-21
    • 文件大小:1331200
    • 提供者:LIU__
  1. Desktop

    0下载:
  2. 利用linux C编写一个多用户——单一服务器模式的程序,用命名管道实现客户到服务器之间传递数据的操作。(Using Linux C to write a multi user single server mode program, using the named pipe to achieve data transfer between the client and server.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:小堕
  1. linux进程之间的通讯综合实例

    0下载:
  2. A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-08
    • 文件大小:4096
    • 提供者:数据包
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com